home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1035 / 1035.xpi / chrome / 1clickweather.jar / content / 1clickweather / search.xul~ < prev    next >
Extensible Markup Language  |  2008-10-05  |  2KB  |  47 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- ⌐ 2005 The Weather Channel Interactive, Inc.  All Rights Reserved. -->
  3.  
  4. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  5. <?xml-stylesheet href="chrome://1clickweather/skin/1clickweather.css" type="text/css"?>
  6. <!DOCTYPE window SYSTEM "chrome://1clickweather/locale/1clickweather.dtd">
  7. <window
  8.     title="1-ClickWeather"
  9.     id="SearchWindow"
  10.     orient="vertical"
  11.     class="search"
  12.     width="572"
  13.     height="400"
  14.     onload="loadSearch()"
  15.     debug="false"
  16.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  17.  
  18.     <script type="application/x-javascript" src="chrome://1clickweather/content/js/common.js" />
  19.     <script type="application/x-javascript" src="chrome://1clickweather/content/js/data/search.js"></script>
  20.  
  21.     <hbox id="search_win" align="top" minheight="250" class="search">
  22.        <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='70' height='280'/>
  23.        <vbox id="searchBox">
  24.             <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='100' height='10'/>
  25.         <description class="searchText">
  26.         Multiple items match the location you entered.  Please select your desired location from the list, or enter a new location in the search box below.     
  27.         </description>
  28.             <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='10'/>
  29.         <hbox>
  30.             <textbox id="searchInput" width="310" />
  31.             <button id="searchButton" label="Search" oncommand="fillSearchListBox();" />
  32.         </hbox>
  33.             <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='10'/>
  34.         <listbox id="searchList" rows="8" seltyle="single">
  35.         </listbox>
  36.             <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='60' height='10'/>
  37.         <hbox>
  38.                <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='10'/>
  39.            <button id="searchSave" label="Save" oncommand="saveSearchLocation();" />
  40.                <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='10'/>
  41.             </hbox>
  42.        </vbox>
  43.     </hbox>
  44.     <image class="search" src='chrome://1clickweather/skin/icons/other/blank.gif' width='150' height='28'/>
  45.     <image src='chrome://1clickweather/skin/icons/other/fox_bottom.png' width='572' height='48'/>
  46. </window>
  47.